home *** CD-ROM | disk | FTP | other *** search
- echo off
- cls
- echo .
- echo .
- echo ███████████████████████████████████████████████████████████████░
- echo █ █░░
- echo █ Install the program on disk B: █░░
- echo █ █░░
- echo █ PCLOAN5 is a large program. If your computer █░░
- echo █ uses 5.25 inch 360k (low density) disks, you will █░░
- echo █ need a blank formatted disk in drive b: █░░
- echo █ █░░
- echo █ If you do not have at least 360K free space on █░░
- echo █ the disk in B: press Control C to stop this █░░
- echo █ process. Get another disk and start over. █░░
- echo █ █░░
- echo █ █░░
- echo ███████████████████████████████████████████████████████████████░░
- echo ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░
- echo .
- echo .
- pause
- cls
- pkunzip -x pcloan5.zip b: p*.*
- del b:pc5parm.dbf
- ren b:pc5parm.b pc5parm.dbf
- if not exist b:pcloan5.exe goto crash
- if not exist b:pc5help.dbf goto crash
- if not exist b:pc5help.dbt goto crash
- if not exist b:pc5parm.dbf goto crash
- if exist b:pc5parm.b goto crash
- cls
- echo .
- echo .
- echo ███████████████████████████████████████████████████████████████░
- echo █ █░░
- echo █ Install the program on disk B: █░░
- echo █ █░░
- echo █ █░░
- echo █ The installation process is complete. █░░
- echo █ █░░
- echo █ The disk in drive B is your program disk. Place █░░
- echo █ it in drive A:. It expects to create and find █░░
- echo █ its data files on drive B: █░░
- echo █ █░░
- echo █ █░░
- echo ███████████████████████████████████████████████████████████████░░
- echo ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░
- echo .
- echo .
- pause
- goto end
- :crash
- echo .
- echo .
- echo .
- echo ███████████████████████████████████████████████████████████████░
- echo █ █░░
- echo █ █░░
- echo █ The installation process failed. █░░
- echo █ █░░
- echo █ The most likely cause of failure is insufficient █░░
- echo █ free space on the destination disk. Be sure you █░░
- echo █ have at least 360k free space on the destination █░░
- echo █ disk and then try again. █░░
- echo █ █░░
- echo █ █░░
- echo ███████████████████████████████████████████████████████████████░░
- echo ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░
- echo .
- echo .
-
- :end
-